feat(nav-links): add hover and active color styles using --vt-c-indigo#1553
Closed
diptipradeep wants to merge 1 commit intomicrosoft:mainfrom
Closed
feat(nav-links): add hover and active color styles using --vt-c-indigo#1553diptipradeep wants to merge 1 commit intomicrosoft:mainfrom
diptipradeep wants to merge 1 commit intomicrosoft:mainfrom
Conversation
- Nav links now change to --vt-c-indigo on hover and active state - Partially resolves microsoft#1539
Author
|
@microsoft-github-policy-service agree |
Author
|
Hello maintainers, |
|
@diptipradeep the changes look pretty clean and no need to make another PR just push more commits to the same branch and they will be up here in this PR only !! |
|
This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Partially resolves issue #1539
This PR implements hover and active color styles for the navigation links (.nav-links) in the portfolio.
Changes included:
--vt-c-indigocolor on hover and when active.Pending tasks (to be implemented in future PRs):
This partial update ensures the navigation links visually respond to user interaction and maintains color consistency with the theme.
I will be working on the remaining tasks (responsive nav layout, hamburger toggle, button styles, and spacing) in separate PRs to resolve issue #1539 fully.
Thank you!